-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Scanning API #905
Merged
Merged
Code Scanning API #905
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conventional Commits Report
🚀 Conventional commits found. |
Codecov Report
@@ Coverage Diff @@
## main #905 +/- ##
==========================================
+ Coverage 90.06% 90.13% +0.06%
==========================================
Files 90 90
Lines 6061 6203 +142
Branches 859 877 +18
==========================================
+ Hits 5459 5591 +132
- Misses 418 423 +5
- Partials 184 189 +5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
auto-merge was automatically disabled
October 12, 2023 13:56
Pull request was converted to draft
bjoernricks
force-pushed
the
code-scanning-api
branch
from
October 17, 2023 14:46
9731951
to
c6f35d4
Compare
Allow to use the GitHub code scanning API
Add GitHub API for getting and deleting code scanning analyses.
Add the GitHub API for their CodeQL based scanning.
Implement the code scanning default setup API of GitHub.
Implement the two missing APIs for the GitHub code scanning API handling SARIF data.
bjoernricks
force-pushed
the
code-scanning-api
branch
from
October 19, 2023 07:37
c6f35d4
to
8b3bfbb
Compare
It seems that gzip.compress creates different data with Python < 3.11 and therefore the sarif data passed to the http post can't be checked in the tests.
gb-friotte
approved these changes
Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Extend and activate the GitHub Code Scanning API
Why
Add missing REST calls.
References
DEVOPS-817
Checklist